contactCHECK Request

Function

This request is used to query the status of a Contact.

Requirements

None

Features

You can only query the status of Contacts administered by your own.

Request Parameters

A Contact CHECK request comprises the parameters described below:

K/V Keyword XML Namespace and Element Occurrence
min - max
Type / Length Value Range Description
Action contact:check 1 enumeration check-erule request type
Version - 1 enumeration version-erule This is the version. The keyword is only relevant for requests in the key/value format.
Handle contact:handle 1 enumeration contact-rule This is the unique ID of the Contact. Apply the following syntax: <RegAccId>-<ID of DENIC member>

 

Examples

Copy

format: xml
request: contactCHECK

<registry-request xmlns="http://registry.denic.de/global/5.0" xmlns:contact="http://registry.denic.de/contact/5.0">
  <contact:check>
    <contact:handle>DENIC-1000002-MAX</contact:handle>
  </contact:check>
</registry-request>

 

Copy

format: xml
response: contactCHECK

<?xml version="1.0" encoding="UTF-8"?>

<registry-response xmlns="http://registry.denic.de/global/5.0" xmlns:tr="http://registry.denic.de/transaction/5.0">
  <tr:transaction>
    <tr:stid>ba1b8093-9a2b-11df-a9e2-9519b5688882</tr:stid>
    <tr:result>success</tr:result>
    <tr:data>
      <contact:checkData xmlns:contact="http://registry.denic.de/contact/5.0">
        <contact:handle>DENIC-1000002-MAX</contact:handle>
        <contact:status>exist</contact:status>
      </contact:checkData>
    </tr:data>
  </tr:transaction>
</registry-response>

Copy

format: k/v
request: contactCHECK

Version: 5.0
Action: check
Handle: DENIC-1000002-MAX

 

Copy

format: k/v
response: contactCHECK

Result: success
STID: 74ba5119-74d1-4ba6-935f-4feb07ddd14d

Handle: DENIC-1000002-MAX
Status: exist